Skip to content
A Java GUI program to search and filter Fimarchive
Java
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.settings v1 10 months ago
bin/package1 under the hood programming improvements last month
src/package1 under the hood programming improvements last month
.classpath Much faster searching, added sequel/prequel finder last month
.gitignore Much faster searching, added sequel/prequel finder last month
.project v1 10 months ago
FimarchiveGUIdemo.gif Add GIF demo 2 months ago
FimarchiveSearchGUI 1.0.jar Much faster searching, added sequel/prequel finder last month
FimarchiveSearchGUI 1.01.jar Added search by content rating, fixed write to file, minor improvements last month
FimarchiveSearchGUI 1.02.jar under the hood programming improvements last month
FimarchiveSearchGUI old.jar Much faster searching, added sequel/prequel finder last month
Fix output to file.txt Added search by content rating, fixed write to file, minor improvements last month
LICENSE v1 10 months ago
README.md Added search by content rating, fixed write to file, minor improvements last month
changelog.md Update changelog.md last month
gson-2.6.2.jar v1 10 months ago
java-json.jar v1 10 months ago
jgoodies-forms-1.8.0-sources.jar Much faster searching, added sequel/prequel finder last month
jgoodies-forms-1.8.0.jar Much faster searching, added sequel/prequel finder last month
json-simple-1.1.1.jar v1 10 months ago
lucene-core-7.5.0.jar Much faster searching, added sequel/prequel finder last month
lucene-queryparser-7.5.0.jar Much faster searching, added sequel/prequel finder last month
miglayout-src.zip Much faster searching, added sequel/prequel finder last month
miglayout15-swing.jar Much faster searching, added sequel/prequel finder last month
sampleIndex.json v1 10 months ago
settings.txt under the hood programming improvements last month

README.md

FimarchiveSearchGUI

alt text

(the gif is outdated, the prequel/sequel finder is complete now)

A program to search and filter Fimarchive, which is an archive of every story on Fimfiction.net. To get Fimarchive - at the time of writing, a 5.9 GB file, go here and click on Direct: Official (if you want to try out the program without download a 5.9 GB file, instructions below)

The program was tested on Windows, it might or might not work on other operating systems

To use without compiling (for non-programmers who just want to search stuff)

Download FimarchiveSearchGUI(whatever version).jar

Download Fimarchive (the 5.9 GB file)

Extract index.json from Fimarchive (approximately 800 MB json file)

Put FimarchiveSearchGui(whatever version).jar and index.json in the same folder and run FimarchiveSearchGUI.jar

Follow the built-in instructions in the text box

To compile and run in Eclipse IDE (Haven't tested this on a different PC, don't know if it works)

Clone the repo onto your PC

Put everything in a folder in your Eclipse workspace /eclipseWorkspaceFolder/FimarchiveSearchGUI/all the files go here

Compile and run FimArchiveSearchGUI.java

To compile and run in Eclipse IDE without downloading a 5.9 GB file

Same as above, but go into FimArchiveSearchGUI.java and set useSampleIndex to true. This will use a 1 MB sampleIndex.json which comes with the project, and only contains a small portion of the proper index.json.

You can’t perform that action at this time.